home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / windows / utils / cptool.arj / SHOOTER.SCT < prev    next >
Text File  |  1993-08-02  |  706b  |  37 lines

  1. ;---------------------------------------------------------------------;
  2. ; SHOOTER.SCT                                                          ;
  3. ; For users of ECCO with PC Tools/Windows                              ;
  4. ; Brings ECCO Shooter to current desktop after moving the tagged ECCO ;
  5. ;                                                                      ;
  6. ; Version 1.0                                                          ;
  7. ; August 1, 1993                                                      ;
  8. ; Angela Lilleystone                                                  ;
  9. ; CIS: 71513,3443                                                      ;
  10. ;---------------------------------------------------------------------;
  11.  
  12.     ;
  13.     ;Set up variables
  14.     ;
  15.  
  16. Wk_ShowShooter = 1409            
  17.  
  18.     ;
  19.     ;Use ECCO 
  20.     ;
  21.  
  22. Attach "ECCO_Ecco1", 1
  23.  
  24.     ;
  25.     ;Turn Shooter off
  26.     ;
  27.     
  28.     MenuSelect Wk_ShowShooter
  29.  
  30.     ;
  31.     ;Turn Shooter back on
  32.     ;
  33.     
  34.     MenuSelect Wk_ShowShooter
  35.  
  36. Exit
  37.